WHP File Format (WarHammer 40K PC)
----------------------------------
TOC
PLUGIN INFO
RESOURCES
CODE (W/OUT PLUGIN)

TOC
10 bytes - Byte position of PLUGIN header
10 bytes - Byte position of each RESOURCES header
10 bytes - Byte position of CODE header

PLUGIN INFO
5 bytes - "WHSLP" header
1 byte - Plugin type
64 bytes - Plugin name
64 bytes - Author info
2 bytes - Major version number
2 bytes - Minor version number
64 bytes - Other version info

RESOURCES
5 bytes - "WHSLR" header
5 bytes - Resource ID number
1 byte - Resource type (1=Picture, 2=Sound)
3 bytes - File extension
? bytes - Length of file
???? bytes - Picture (preferably GIF, could be JPEG, BMP, GIF, DIB, WMF, EMF, ICO, CUR)
             Sound (preferably WAV for effects, MIDI for music, could be WAV, MIDI, VOC)

CODE (W/OUT PLUGIN)
5 bytes - "WHSLC" header
???? bytes - Declarations and code
